home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  1999-04-29  |  3.1 KB  |  141 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 88
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmAbout'
  7.   ClientHeight = 287
  8.   ClientWidth = 473
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 473
  26.     Height = 287
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object imgAbout: TImage
  30.       Left = 1
  31.       Top = 1
  32.       Width = 471
  33.       Height = 285
  34.       Align = alClient
  35.       AutoSize = True
  36.       OnClick = imgAboutClick
  37.     end
  38.     object imgToolbar: TImage
  39.       Left = 181
  40.       Top = 159
  41.       Width = 275
  42.       Height = 52
  43.       AutoSize = True
  44.     end
  45.     object Shape1: TShape
  46.       Left = 220
  47.       Top = 179
  48.       Width = 231
  49.       Height = 19
  50.       Brush.Color = clSilver
  51.       Pen.Color = clSilver
  52.     end
  53.     object lblCopy: TLabel
  54.       Left = 135
  55.       Top = 263
  56.       Width = 204
  57.       Height = 16
  58.       Alignment = taCenter
  59.       AutoSize = False
  60.       Caption = 'Copyright 1995 - 1998 Sausage Software'
  61.       Color = clWhite
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clNavy
  64.       Font.Height = -11
  65.       Font.Name = 'Arial'
  66.       Font.Pitch = fpVariable
  67.       Font.Style = []
  68.       ParentColor = False
  69.       ParentFont = False
  70.       OnClick = imgAboutClick
  71.     end
  72.     object lblVersion: TLabel
  73.       Left = 244
  74.       Top = 156
  75.       Width = 173
  76.       Height = 12
  77.       Alignment = taCenter
  78.       AutoSize = False
  79.       Caption = 'Version '
  80.       Color = clWhite
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clNavy
  83.       Font.Height = -11
  84.       Font.Name = 'Arial'
  85.       Font.Pitch = fpVariable
  86.       Font.Style = [fsBold]
  87.       ParentColor = False
  88.       ParentFont = False
  89.       OnClick = imgAboutClick
  90.     end
  91.     object btnInteractor: TToolbarButton97
  92.       Left = 218
  93.       Top = 179
  94.       Width = 78
  95.       Height = 19
  96.       Caption = 'Interactor'
  97.       Font.Charset = ANSI_CHARSET
  98.       Font.Color = clWindowText
  99.       Font.Height = -12
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Pitch = fpVariable
  102.       Font.Style = []
  103.       Opaque = False
  104.       ParentFont = False
  105.       OnClick = btnInteractorClick
  106.     end
  107.     object btnLinkBot: TToolbarButton97
  108.       Left = 297
  109.       Top = 179
  110.       Width = 75
  111.       Height = 19
  112.       Caption = 'Linkbot'
  113.       Font.Charset = ANSI_CHARSET
  114.       Font.Color = clWindowText
  115.       Font.Height = -12
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Pitch = fpVariable
  118.       Font.Style = []
  119.       Opaque = False
  120.       ParentFont = False
  121.       OnClick = btnLinkBotClick
  122.     end
  123.     object btnPSP: TToolbarButton97
  124.       Left = 373
  125.       Top = 179
  126.       Width = 78
  127.       Height = 19
  128.       Caption = 'PaintShop'
  129.       Font.Charset = ANSI_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -12
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Pitch = fpVariable
  134.       Font.Style = []
  135.       Opaque = False
  136.       ParentFont = False
  137.       OnClick = btnPSPClick
  138.     end
  139.   end
  140. end
  141.